home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Powervisor v1.10b disk1.adf / s / PowerVisor-startup < prev   
Text File  |  1991-09-30  |  2KB  |  49 lines

  1. alias lfd 'loadfd [] fd:[]_lib.fd'
  2. alias mstack '{rwin 1;r 5 {home;d getstack()};stack []}'
  3. alias at 'attach [1] co([2]) qu([3]) e'
  4. alias fdebug 'script db'
  5. alias opwin '{-openpw [] 0 0 300 200;-openlw [] [] 80 40}'
  6. alias salias '{print \\({_fl={pv 48 \·Å[]Å}},%s)\\0a;v free(_fl);remvar _fl}'
  7. alias cm 'm lastmem() []'
  8. alias cv 'view lastmem() []'
  9. alias cu 'u lastmem() []'
  10. alias why 'help e\\(error)'
  11. alias bin8 'print \\(([])>>7&1)\\(([])>>6&1)\\(([])>>5&1)\\(([])>>4&1)\\(([])>>3&1)\\(([])>>2&1)\\(([])>>1&1)\\(([])&1)'
  12. alias bin '{bin8 ([])>>8;bin8 ([]);print \\0a}'
  13. alias asm '{rc=[];rx s:pv/assem}'
  14. alias cmd '{rc="[]";rx s:pv/cmd}'
  15.  
  16. -lfd exec
  17. -lfd dos
  18. -lfd intuition
  19. -lfd graphics
  20. attach 'list' $50 0 e
  21. attach 'cls' $51 0 e
  22. attach 'task' $55 0 e
  23. attach 'libs' $56 0 e
  24. attach 'devs' $57 0 e
  25. attach 'port' $58 0 e
  26. attach 'wins' $59 0 e
  27. print '\0aThe 4 major fd-files are loaded\0a\0a'
  28. print 'Keys defined in startup file :\0a'
  29. print '  <shift>+<up> to search in history buffer\0a'
  30. print '  <right-alt>+\'h\' to check brackets in stringgadget\0a'
  31. print '  <f1> list current list\0a'
  32. print '  <f2> to clear the current logical window\0a'
  33. print '  <f6> tasks, <f7> libs, <f8> devs, <f9> ports, <f10> windows\0a\0a'
  34.  
  35. ;Make two new functions, 'co' and 'qu'
  36. pvcall 0 co {-resident s:pv/GetCode}
  37. pvcall 0 qu {-resident s:pv/GetQual}
  38.  
  39. ;Assign the Right-shift up key to a searchhistory macro
  40. ;Assign the Left-shift up key to the same macro
  41. _a={-resident s:pv/SearchHist}
  42. at 'go \(_a)' up lshift
  43. at 'go \(_a)' up rshift
  44. remvar _a
  45.  
  46. attach 'go \({-resident s:pv/CheckBrackets})' $25 qu(ralt) e
  47.  
  48.  
  49.